Software:Nagare (web framework)
From HandWiki
Short description: Python web framework
Developer(s) | Alain Poirier, Net-ng |
---|---|
Initial release | September 2008 |
Written in | Stackless Python |
Type | Web framework |
License | BSD license |
Website | {{{1}}} |
Nagare is a free and open-source web framework for developing web applications in Stackless Python.[1]
Nagare uses a component model inspired by Seaside, and, like Seaside, Nagare uses continuations to provide a framework where the HTTP connectionless request / response cycle doesn't break the normal control flow of the application.[2] This allows web applications to be developed in much the same way as desktop applications, for rapid application development.[3] However, Nagare is written in Python rather than Smalltalk.
References
- ↑ Nagare presentation during "The story of stackless Python". 4 july 2012 at EuroPython
- ↑ Nagare features Retrieved February 2, 2011
- ↑ An intranet portal for French Yves Rocher’s stores Retrieved February 2, 2011
External links
- Nagare on PyPI
- Kansha - Open-source Trello-like collaborative application developed with Nagare
- (fr) Nagare - Le développement web facile en Python